*{
    box-sizing: border-box;
    outline: none; border: none;
    transition: all .2s linear;
    text-transform: capitalize;
}
html{
    font-size: 65%;
}
.men{
    background-color: black;
    position:fixed;
    width: 100%;
    height: 15%;
    margin-top: -1%;
    font-family: "Montserrat", sans-serif;
}
.menu{
    background-color: black;
     position: fixed;
     font-family: "Montserrat", sans-serif;
 }
 .hom{
    position:fixed;
    margin-top: 2.5%;
    margin-left: 23%;
    background-color: black;
}
.contact{
    position:fixed;
    margin-top: 2.5%;
    margin-left: 29%;
    background-color: black;
}
.to{
    position:fixed;
    margin-top: 0.6%;
    margin-left: 37%;
}
.rep{
    position:fixed;
    margin-top: 0.7%;
    margin-left: 49.5%;
}
.bq{
    position:fixed;
    margin-top: 2.1%;
    margin-left: 60.5%;
    background-color: black;
}
.bb{
    position:fixed;
    margin-top: 1.5%;
    margin-left: 70%;
    background-color: black;
}
.eq{
    position:fixed;
    margin-top: 0.8%;
    margin-left: 80.7%;
    background-color: black;
}
 .c{
    margin-left: 0%;
    font-family: "Montserrat", sans-serif;
    background-color: #010103;
    height: 100%;
    width: 12%;
    margin-top: 3.5%;
    position: fixed;
    display: block;
}
.c li a{ color: #ebe5e5;}
.c li a:hover{ color: #BE1E30;}
.c .litxt{
    margin-top: -9%;
}
.litxt a{
    font-size: 1.3rem;
}
.c .imgb{
    margin-top: -2%;
}
 #zoom{
    transition: 0.5s;
    object-fit: cover;
}
#zoom:hover{
    transform: scale(1.2);
}
a{
    text-decoration: none;
    font-size: 1.5rem;
}
#botton{
    color: white;
    padding: 10px 20px;
    border-radius:  4px;
    text-decoration: none;
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#botton:hover{
    color: brown;
}
#bottonh{
    color: white;
    padding: 0.625em 1.25em;
    border-radius:  0.25em;
    text-decoration: none;
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#bottonh:hover{
    color: brown;
}
.txt{
    width: 100%;
    background-color: #BE1E30;
    color: #101010;
    margin-top: 2.4%;
    position: fixed;
    height: 7.9%;
}
.txt h2{
    margin-top: 0.5%;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
}
.catalog{
    margin-top: 16px;
}
.catalogmenu{
    background-color:black;
    position: fixed;
    top: 1;
    font-family: "Montserrat", sans-serif;
}
.subcatalogo li a{
    color: white;
    padding: 0.625em 1.25em;
    border-radius:  0.25em;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 rgb(3, 4, 54);
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: block;
}
.subcatalogo li a:hover{
    box-shadow: inset 10px 0 0 0 rgb(3, 4, 54);
    color: brown;
}
.catalogo{
    color: white;
    padding: 0.625em 1.25em;
    border-radius:  0.25em;
    text-decoration: none;
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: #010103;
    border: none;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
.catalogo:hover{
    color: brown;
}
html{
    overflow-x: hidden;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    margin-left: 12%;
}
.container .product-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}
.container .product-container .product{
    text-align: center;
    padding: 3rem 2rem;
    background-color: white;
    box-shadow: 0. 5rem 1rem rgba(0,0,0,.1);
    outline: .1rem solid #FFFF;
    outline-offset: -1.5rem;
    cursor: pointer;
}
.container .product-container .product:hover{
    outline: .2rem solid #BE1E30;
    outline-offset: 0;
}
.container .product-container .product img{
    height: 17rem;
}
.container .product-container .product h3{
    font-family: "Montserrat", sans-serif;
   padding: .5rem 0;
   font-size: 2rem;
   color: rgba(82, 82, 82, 0.932);
}
.container .product-container .product:hover h3{
    color:#101010;
 }
.container .product-container .product .decrip{
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    color: #707070;
 }
.preveiw .pedir a{
    color: #101010;
    background-color: #BE1E30;
    padding: 10px 20px;
    border-radius:  4px;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 rgb(3, 4, 54);
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
 }
.preveiw .pedir a:hover{
    box-shadow: inset 10px 0 0 0 rgb(3, 4, 54);
    color: #FFFFFF;
 }
.product-preview{
    position: fixed;
    top: 0; left: 0;
    min-height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    align-items: center;
    justify-content: center;
 }
.product-preview .preveiw{
    border-radius:  4px;
    display: none;
    padding: 5rem;
    text-align: center;
    background: #fffcfc;
    position: relative;
    margin: 0rem;
    height: 57rem;
    width: 47rem;
 }
.product-preview .preveiw.active{
    display: inline-block;
    
 }
.product-preview .preveiw img{
    height: 28rem;
 }
 .preveiw .pedir{
    margin-top: 2.5%;
 }
.product-preview .preveiw .cerrar{
    position: absolute;
    top: 1rem; right: 1.5rem;
    cursor: pointer;
    font-size: 2rem;
}
.product-preview .preveiw .cerrar:hover{
    transform: rotate(90deg);
}
.product-preview .preveiw h3{
    font-family: "Montserrat", sans-serif;
   padding: .5rem 0;
   font-size: 18px;
   color:#101010;
   margin-left: 0%;
   margin-top: -26%;
}
.product-preview .preveiw .decrip{
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
}
.lib{
    display: none;
}
.lih{
    display: none;
}
.lihn{
    display: none;
}
.lieq{
    display: none;
}
.lim{
    display: none;
}
.checkbtn{
    margin-top: 2%;
    position: absolute;
    z-index: 1500;
    display: none;
    cursor: pointer;
    border-radius: none;
}
#check{
    display: none;
}
.txt h3 a:hover{
    color: #ffffff6c;
}
.ch{
    margin-top: -4%;
    font-family: "Montserrat", sans-serif;
    margin-left: -90.5%;
}
.ch a{
    color: #FFFFFF;
}
.cp a{
    color: #FFFFFF;
}
.cc a{
    color: #FFFFFF;
}
.cc{
    margin-top: -2.3%;
    font-family: "Montserrat", sans-serif;
    margin-left: -63.6%;
}
.cp{
    margin-left: -78.7%;
    font-family: "Montserrat", sans-serif;
    margin-top: -2.3%;
}
#producto{
    font-family: "Quicksand", sans-serif;
}
.litxt{
    font-family: "Quicksand", sans-serif;
}
#checkp{
    display: none;
}
.ul{
    display: none;
}
.checkbtnp{
    display: none;
}
#contentItem{
    height: 60.5%;
    overflow: hidden;
    margin-left: -5%;
    width: 157%;
}
.itemCarrucel{
    position: relative;
}
.flechas{
    position:absolute;
    margin-top: -40%;
    height: 100%;
    width: 100%;
    align-items:center;
    justify-content: space-between;
}
.ai{
    margin-left: -2%;
    font-size: 2.9rem;
}
.ai2{
    margin-left: 57%;
    font-size: 2.9rem;
}
.neu{
    margin-left: 7%;
}
i{
    color: #010103;
}
main{
    margin-top: 0%;
    height: 75vh;
    width: 69.5vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    margin-left: -1%;
}
main::-webkit-scrollbar{
    width: 10px;
}
main >section{
    width: 69.5vh;
    height: 75vh;
    display: flex;
    justify-content: center;
}
main > section:nth-child(odd){
    background-color: #FFFFFF;
}
#s-1{
    margin-top: 1.5%;
    margin-left: -3.2%;
}
#s-2{
    margin-top: -32%;
    margin-left: -3.5%;
}
#s-2 .decrip p{
    margin-left: -63%;
}
.decrip p{
    margin-left: -75%;
}
.decrip hr {
    width: 380px;
    border: 1px solid #BE1E30;
    margin: 0.5rem 0;
}
#s-1 .decrip  .li1{
    margin-left: -60%;
}
#s-1 .decrip  .li2{
    margin-left: -30%;
}
#s-1 .decrip  .li3{
    margin-left: -75%;
}
#s-1 .decrip  .li4{
    margin-left: -48%;
}
#s-1 .decrip  .li5{
    margin-left: -81%;
}
#s-1 .decrip  .li6{
    margin-left: -82%;
}
#s-2 .decrip  .li1{
    margin-left: 3%;
}
#s-2 .decrip  .li2{
    margin-left: -22%;
}
#s-2 .decrip  .li3{
    margin-left: -22%;
}
#s-2 .decrip  .li4{
    margin-left: -43%;
}
#s-2 .decrip  .li5{
    margin-left: -28%;
}
#s-2 .decrip  .li6{
    margin-left: -1%;
}
#s-1-1 .decrip p{
    margin-left: -69%;
}
#s-1-1 .decrip .li1-1{
    width: 88%;
    margin-left: 1%;
}
#s-1-1 .decrip .li2-1{
    width: 90%;
    margin-left: -0.5%;
}
#s-1-1 .decrip .li3-1{
    margin-left: -6%;
}
#s-1-1 .decrip .li4-1{
    width: 84%;
    margin-left: 0.5%;
}
#s-1-1 .decrip .li5-1{
    margin-left: -51%;
}
#s-1-1 .decrip .li6-1{
    margin-left: -44%;
}
#s-1-1 .decrip .li7-1{
    margin-left: -16%;
}
#s-1-1 .decrip .li8-1{
    margin-left: 20%;
}
#s-1-1 .decrip .li9-1{
    margin-left: -6%;
}
hr{
    border: 1px solid #BE1E30;
}
.des{
    font-size: 2rem;
    margin-top: -4%;
    margin-left: -29%;
    font-family: "Montserrat", sans-serif;
}
.busc{
    margin-top: -6rem;
    position: fixed;
    margin-left: 77%;
}
#buscador{
    border-radius:  13px;
    padding: 10px 20px;
}
.filtro{
    display: none;
}
.scroll{
    overflow-y: auto;
    height: 80%;
}
.scroll::-webkit-scrollbar{
    width: 12px;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #be1e3179; 
    border-radius: 9px;
}
.fondfich{
    background: #504d4d;
    font-family: "Montserrat", sans-serif;
    font-size: 1.7rem;
    width: 90%;
    border-radius: 13px;
    height: 12%;
}
.fichtec{
    color: #FFFFFF;
    margin-left: 0%;
}
.fondbul{
    background-color: #BE1E30;
    font-family: "Montserrat", sans-serif;
    border-radius: 13px;
    width: 90%;
    font-size: 1.5rem;
    height: 19%;
    margin-top: 0.5%;
}
.hilo{
    margin-left: -44%;
    margin-top: 12px;
}
.hilo1{
    margin-left: -54%;
    margin-top: 12px;
}
.larg{
    margin-top: -19px;
    margin-left: 47%;
}
.fondbul2{
    background-color: #eceaea;
    font-family: "Montserrat", sans-serif;
    border-radius: 13px;
    width: 90%;
    font-size: 1.5rem;
    height: 19%;
    margin-top: 0.5%;
}
.fondbul2-1{
    background-color: #b4b2b2e5;
    font-family: "Montserrat", sans-serif;
    border-radius: 13px;
    width: 90%;
    font-size: 1.5rem;
    height: 19%;
    margin-top: 0.5%;
}
.diam{
    margin-left: -60.5%;
    margin-top: 7px;
}
.lar{
    margin-left: 37.5%;
    margin-top: -20px;
}
@media screen and (max-width: 800px) {
    .busc{
        margin-top: -7%;
        margin-left: 0%;
    }
    #buscador{
        border-radius:  13px;
        padding: 5px 10px;
        width: 350px;
    }
    #s-1 .decrip{
        margin-left: 0%;
    }
    #s-2 .decrip{
        margin-left: 0%;
    }
    .decrip p{
        margin-left: -65%;
        margin-top: 1%;
    }
    main{
        width: 120%;
        margin-top: 0%;
        overflow-x: hidden;
        height: 75%;
    }
    section{
        width: 120%;
        margin-top: 12%;
        height: 90%;
    }
    .ai{
        font-size: 39px;
        margin-left: -31%;
    }
    .ai2{
        font-size: 39px;
        margin-left: 41%;
    }
    .container{
        margin-top: -55%;
        margin-left: -2%;
    }
    .container .product-container{
        font-size: 40%;
    }
    #zoom:hover{
        transform: none;
    }
    .c{
        display: none;
    }
    .c li{
        margin-left: -39%;
    }
    .litxt{
        display: none;
    }
    .imgb{
        margin-left: -1%;
        margin-top: -5.3%;

    }
    .checkbtn{
        display: block;
        margin-top: -228px;
        margin-left: 20px;
        z-index: 1200;
       
    }
    #check:checked ~ .menucel{
        left: 0px;
    }
    .menucel{
        width: 260px;
        height: 100vh;
        display: flex;
        position:fixed;
        top: 160px;
        left: -100%;
        z-index: 1100;
        background-color: #010103;
        overflow: hidden;
        box-shadow: 10px 0 20px -25px #BE1E30;
        transition: all .5s;
        margin-left: 0.5%;
        padding: 2px 4px;
    }
    #tablaPricipal{
        margin-top: 2%;
        margin-left: 19%;
        width: 80px;
    }
    
    #imagenLogo{
        width: 200px;
    }
    body{
        padding: 373px 0px 0;
    }
    .men{
        margin-top: -30%;
        height: 0%;
        width: 0%;
        margin-left: -2.5%;
    }

    .menu{
        margin-top: -76%;
        margin-left: 0%;
        width: 100%;
        height: 28%;
    }
    .ch{
        display: none;
    }
    .cp{
        display: none;
    }
    .cc{
        display: none;
    }
    .product-preview .preveiw{
        height: 56rem;
        width: 33rem;
        margin: -8rem;
     }
     .product-preview .preveiw img{
        height: 21rem;
        width: 186px;
        margin-left: -45%;
        margin-top: -1%;
     }
     .product-preview .preveiw .itemCarrucel{
        margin-top: -28%;
     }
    .flechas{
        margin-top: -160px;
    }
    .tarjetaCarrucel{
        margin-top: 28%;
    }
    .preveiw .pedir{
        margin-top: 22%;
    }
    .preveiw .decrip{
        margin-top: -4.5%;    
    }
    .product-preview .preveiw h3{
        font-size: 17px;
        margin-top: -64%;
        margin-left: -1%;
    }
    .container{
        margin-top: -100%;
    }
    .hom{
        margin-top: 7.8%;
        margin-left: 17%;
        width: 0px;
    }
    .contact{
        margin-top: 18%;
        margin-left: 16.5%;
        width: 0px;
    }
    .to{
        margin-top: 23%;
        margin-left: 16.5%;
        width: 0px;
    }
    .rep{
        margin-top: 41%;
        margin-left: 19.5%;
        width: 0px;
    }
    .bq{
        margin-top: 61%;
        margin-left: 19.5%;
        width: 0px;
    }
    .bb{
        margin-top: 72%;
        margin-left: 19.5%;
        width: 0px;
    }
    .eq{
        margin-top: 87%;
        margin-left: 19%;
        width: 0px;
    }
    .checkbtnp p{
        margin-left: 9%;
        margin-top: -2%;
        cursor: pointer;
        display:flex;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        color: rgb(109, 216, 180);
        text-decoration:underline;
    }
    .checkbtnp{
        margin-top:-25.5%;
        margin-left: 78.8%;
        position:fixed;
        display: flex;
    }
    .ul{
        width: 246px;
        height: 100vh;
        position:fixed;
        z-index: 2000;
        display: none;
        top: 16%;
        left: 37.5%;
        font-family: "Montserrat", sans-serif;
        background-color: #010103;
        box-shadow: 10px 0 20px -25px #BE1E30;
        transition: all .5s;
        margin-left: 0.5%;
        align-items: center;
    }
    .ul a{
        color: #FFFFFF;
    }
    .litxt1{
        align-items: center;
        margin-top: 2%;
    }
    .litxt2{
        margin-top: 10%;
        align-items: center;
    }
    .litxt3{
        margin-top: 3%;
    }
    .litxt4{
        margin-top: 3%;
    }
    .litxt5{
        margin-top: 3%;
    }
    .litxt6{
        margin-top: 3%;
    }
    .litxt7{
        margin-top: 3%;
    }
    .litxt8{
        margin-top: 3%;
    }
    .litxt9{
        margin-top: 5%;
    }
    .litxt10{
        margin-top: 3%;
    }
    .litxt11{
        margin-top: 3%;
    }
    .litxt12{
        margin-top: 3%;
    }
    .litxt13{
        margin-top: 3%;
    }
    .litxt14{
        margin-top: 5%;
    }
    .imagb{
        margin-top: 10%;
    }
    .c{
        display: none;
    }
    #checkp:checked ~ .ul{
       display: block;
    }
    .txt{
        margin-top: -89.5%;
        margin-left: -2%;
        height: 10%;
        font-size: 12px;
        padding: 4px 8px;
    }
    .txt h2{
        margin-top: -2.2%;
        font-size: 25px;
        padding: 2px 4px;
    }
    .tarjetaCarrucel{
        margin-left: -1%;
    }
    .imgengr{
        width: 230;
    }
    .des{
        font-size: 2rem;
        margin-top: -4%;
        margin-left: -18.4%;
    }    
    .preveiw hr{
        width: 277px;
        margin-left: -14.5%;
    }
    .decrip hr {
        width: 360px;
        border: 1px solid #BE1E30;
        margin: 0.5rem 0;
        margin-left: -15%;
    }
    #s-1{
        margin-top: 1.5%;
        margin-left: 2.2%;
    }
    #s-2{
        margin-top: -32%;
        margin-left: -3.5%;
    }
    #s-2 .decrip p{
        margin-left: -63%;
    }
    .decrip p{
        margin-left: -75%;
    }
    #s-1 .decrip  .li1{
        margin-left: none;
    }
    #s-1 .decrip  .li2{
        margin-left: none;
    }
    #s-1 .decrip  .li3{
        margin-left: none;
    }
    #s-1 .decrip  .li4{
        margin-left: none;
    }
    #s-1 .decrip  .li5{
        margin-left: none;
    }
    #s-1 .decrip  .li6{
        margin-left: none;
    }
    #s-1-1 .decrip p{
        margin-left: -58.5%;
    }
    #s-1-1 .decrip .li1-1{
        width: 88%;
        margin-left: none;
    }
    #s-1-1 .decrip .li2-1{
        width: 90%;
        margin-left: none;
    }
    #s-1-1 .decrip .li3-1{
        margin-left: none;
    }
    #s-1-1 .decrip .li4-1{
        width: 84%;
        margin-left: none;
    }
    #s-1-1 .decrip .li5-1{
        margin-left: none;
    }
    #s-1-1 .decrip .li6-1{
        margin-left: none;
    }
    #s-1-1 .decrip .li7-1{
        margin-left: none;
    }
    #s-1-1 .decrip .li8-1{
        margin-left: none;
    }
    #s-1-1 .decrip .li9-1{
        margin-left: none;
    }
    .fondfich{
        background: #504d4d;
        font-family: "Montserrat", sans-serif;
        font-size: 1.7rem;
        width: 98%;
        border-radius: 13px;
        height: 12%;
    }
    .fichtec{
        color: #FFFFFF;
        margin-left: 0%;
        margin-top: -5%;
    }
    .fondbul{
        background-color: #BE1E30;
        font-family: "Montserrat", sans-serif;
        border-radius: 13px;
        width: 98%;
        font-size: 14px;
        height: 22%;
        margin-top: 0.5%;
    }
    .hilo{
        margin-left: -35%;
        margin-top: 4%;
    }
    .larg{
        margin-top: -6%;
        margin-left: 60%;
    }
    .fondbul2{
        background-color: #eceaea;
        font-family: "Montserrat", sans-serif;
        border-radius: 13px;
        width: 98%;
        font-size: 14px;
        height: 22%;
        margin-top: 0.5%;
    }
    .fondbul2-1{
        background-color: #b4b2b2e5;
        font-family: "Montserrat", sans-serif;
        border-radius: 13px;
        width: 98%;
        font-size: 14px;
        height: 22%;
        margin-top: 0.5%;
    }
    .diam{
        margin-left: -58%;
        margin-top: 4%;
        font-size: 14px;
    }
    .lar{
        margin-left: 44%;
        font-size: 14px;
        margin-top: -10.4%;
    }
    .hilo3{
        font-size: 12px;
    }
    .larg3{
        font-size: 12px;
    }
    .hilo2{
        font-size: 12px;
    }
    .larg2{
        font-size: 12px;
       margin-top: -5.5%;
    }
    .ext{
        font-size: 12px;
        margin-top: -5.5%;
    }
    .bols{
        font-size: 12px;
        margin-top: -5.5%;
    }
    
    .diam2{
        font-size: 12px;
    }
    .lar2{
        font-size: 12px;
        margin-top: -5.5%;
    }
    .diam3{
        font-size: 12px;
    }
    .lar3{
        font-size: 12px;
    }
    .ex{
        font-size: 12px;
        margin-top: -5.5%;
    }
    .bol{
        font-size: 12px;
        margin-top: -5.5%;
    }
    
}